From: Joey Hess Date: Wed, 10 Sep 2025 14:16:52 +0000 (-0400) Subject: bug report X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~125 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=34d5cc055ea7d31880bb034208d6869103ee4a80;p=git-annex.git bug report --- diff --git a/doc/bugs/get_from_local_git_remote_slow_because_reconcileStaged_runs_for_each_file.mdwn b/doc/bugs/get_from_local_git_remote_slow_because_reconcileStaged_runs_for_each_file.mdwn new file mode 100644 index 0000000000..efdd32bd62 --- /dev/null +++ b/doc/bugs/get_from_local_git_remote_slow_because_reconcileStaged_runs_for_each_file.mdwn @@ -0,0 +1,5 @@ +reconcileStaged runs `git write-tree` to see if anything has changed, which +can be slow in large repos. + +It should be possible for Remote.Git to cache the state so this doesn't +happen once per file. --[[Joey]]